Intersoft ClientUI Documentation
GetPropertyValue Method (ObservableResource<T>)



The property of which value to retrieve.
Gets the value of the specified property.
Syntax
Public Overridable Function GetPropertyValue( _
   ByVal property As String _
) As String
Dim instance As ObservableResource(Of T)
Dim property As String
Dim value As String
 
value = instance.GetPropertyValue(property)
public virtual string GetPropertyValue( 
   string property
)
public:
virtual String^ GetPropertyValue( 
   String^ property
) 

Parameters

property
The property of which value to retrieve.

Return Value

A string value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ObservableResource<T> Class
ObservableResource<T> Members

Send Feedback